projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a7277e
)
(emacs-version): Use mac-carbon-version-string.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Thu, 19 Oct 2006 08:00:30 +0000
(08:00 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Thu, 19 Oct 2006 08:00:30 +0000
(08:00 +0000)
lisp/version.el
patch
|
blob
|
history
diff --git
a/lisp/version.el
b/lisp/version.el
index d4b8194775b6e44960379b29b99d56fb6f33f973..e70bc45bf43d4328aaffe1d2c720abc6315dd299 100644
(file)
--- a/
lisp/version.el
+++ b/
lisp/version.el
@@
-64,6
+64,8
@@
to the system configuration; look at `system-configuration' instead."
((featurep 'gtk)
(concat ", GTK+ Version " gtk-version-string))
((featurep 'x-toolkit) ", X toolkit")
+ ((boundp 'mac-carbon-version-string)
+ (concat ", Carbon Version " mac-carbon-version-string))
(t ""))
(if (and (boundp 'x-toolkit-scroll-bars)
(memq x-toolkit-scroll-bars '(xaw xaw3d)))